home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / tmn.dxr / 00166.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  212 b   |  15 lines

  1. on mouseUp
  2.   if the mouseCast = 57 then
  3.     go(1)
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   if rollOver(44) then
  9.     set the visible of sprite 44 to 1
  10.   else
  11.     set the visible of sprite 44 to 0
  12.   end if
  13.   go(the frame)
  14. end
  15.